﻿2026-06-15T15:08:51.9986250Z ##[group]Run set -euo pipefail
2026-06-15T15:08:51.9986636Z [36;1mset -euo pipefail[0m
2026-06-15T15:08:51.9986894Z [36;1mPIN=0c95435[0m
2026-06-15T15:08:51.9987145Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-15T15:08:51.9987427Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-15T15:08:51.9987800Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-15T15:08:51.9988265Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-15T15:08:51.9988725Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-15T15:08:51.9989165Z [36;1m  rm -rf "$CACHE"[0m
2026-06-15T15:08:51.9989436Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-15T15:08:51.9989741Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-15T15:08:51.9990096Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-15T15:08:51.9990467Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-15T15:08:51.9991025Z [36;1mfi[0m
2026-06-15T15:08:51.9991354Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T15:08:52.0005763Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-15T15:08:52.0006111Z env:
2026-06-15T15:08:52.0006347Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T15:08:52.0006617Z ##[endgroup]
2026-06-15T15:08:52.2740193Z    Compiling proc-macro2 v1.0.106
2026-06-15T15:08:52.2740943Z    Compiling unicode-ident v1.0.24
2026-06-15T15:08:52.2741527Z    Compiling quote v1.0.45
2026-06-15T15:08:52.2742083Z    Compiling libc v0.2.186
2026-06-15T15:08:52.2742579Z    Compiling serde_core v1.0.228
2026-06-15T15:08:52.2742918Z    Compiling cfg-if v1.0.4
2026-06-15T15:08:52.2743247Z    Compiling serde v1.0.228
2026-06-15T15:08:52.2793424Z    Compiling log v0.4.32
2026-06-15T15:08:52.2827047Z    Compiling pin-project-lite v0.2.17
2026-06-15T15:08:52.2844553Z    Compiling typenum v1.20.1
2026-06-15T15:08:52.2903262Z    Compiling portable-atomic v1.13.1
2026-06-15T15:08:52.2943970Z    Compiling version_check v0.9.5
2026-06-15T15:08:52.3102625Z    Compiling memchr v2.8.1
2026-06-15T15:08:52.3123551Z    Compiling find-msvc-tools v0.1.9
2026-06-15T15:08:52.3125144Z    Compiling shlex v2.0.1
2026-06-15T15:08:52.3301691Z    Compiling critical-section v1.2.0
2026-06-15T15:08:52.3600452Z    Compiling bytes v1.11.1
2026-06-15T15:08:52.3705648Z    Compiling subtle v2.6.1
2026-06-15T15:08:52.4620565Z    Compiling futures-core v0.3.32
2026-06-15T15:08:52.5341059Z    Compiling equivalent v1.0.2
2026-06-15T15:08:52.5641586Z    Compiling smallvec v1.15.1
2026-06-15T15:08:52.5780761Z    Compiling itoa v1.0.18
2026-06-15T15:08:52.6090812Z    Compiling semver v1.0.28
2026-06-15T15:08:52.6161021Z    Compiling stable_deref_trait v1.2.1
2026-06-15T15:08:52.6255786Z    Compiling futures-sink v0.3.32
2026-06-15T15:08:52.6410751Z    Compiling futures-io v0.3.32
2026-06-15T15:08:52.6781259Z    Compiling slab v0.4.12
2026-06-15T15:08:52.6838589Z    Compiling futures-task v0.3.32
2026-06-15T15:08:52.7088294Z    Compiling generic-array v0.14.7
2026-06-15T15:08:52.7221020Z    Compiling futures-channel v0.3.32
2026-06-15T15:08:52.7971416Z    Compiling bitflags v2.12.1
2026-06-15T15:08:52.8121134Z    Compiling hashbrown v0.17.1
2026-06-15T15:08:52.8492052Z    Compiling rustversion v1.0.22
2026-06-15T15:08:52.8921750Z    Compiling cpufeatures v0.2.17
2026-06-15T15:08:52.9361001Z    Compiling rustc_version v0.4.1
2026-06-15T15:08:52.9731080Z    Compiling fnv v1.0.7
2026-06-15T15:08:52.9790769Z    Compiling strsim v0.11.1
2026-06-15T15:08:52.9891023Z    Compiling rand_core v0.10.1
2026-06-15T15:08:52.9960848Z    Compiling cfg_aliases v0.2.1
2026-06-15T15:08:53.0070879Z    Compiling litemap v0.8.2
2026-06-15T15:08:53.0501928Z    Compiling writeable v0.6.3
2026-06-15T15:08:53.0771127Z    Compiling dunce v1.0.5
2026-06-15T15:08:53.1380543Z    Compiling fs_extra v1.3.0
2026-06-15T15:08:53.1640713Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T15:08:53.1860832Z    Compiling ident_case v1.0.1
2026-06-15T15:08:53.2520879Z    Compiling getrandom v0.4.2
2026-06-15T15:08:53.2890946Z    Compiling utf8_iter v1.0.4
2026-06-15T15:08:53.2899994Z    Compiling icu_properties_data v2.2.0
2026-06-15T15:08:53.3470844Z    Compiling percent-encoding v2.3.2
2026-06-15T15:08:53.3820684Z    Compiling autocfg v1.5.1
2026-06-15T15:08:53.4983269Z    Compiling http v1.4.1
2026-06-15T15:08:53.5500587Z    Compiling thiserror v2.0.18
2026-06-15T15:08:53.5540531Z    Compiling unicode-segmentation v1.13.3
2026-06-15T15:08:53.5640898Z    Compiling cpufeatures v0.3.0
2026-06-15T15:08:53.6560898Z    Compiling indexmap v2.14.0
2026-06-15T15:08:53.6591571Z    Compiling syn v2.0.117
2026-06-15T15:08:53.6761096Z    Compiling aws-lc-rs v1.17.0
2026-06-15T15:08:53.6945393Z    Compiling scopeguard v1.2.0
2026-06-15T15:08:53.7161318Z    Compiling chacha20 v0.10.0
2026-06-15T15:08:53.7387072Z    Compiling form_urlencoded v1.2.2
2026-06-15T15:08:53.7631068Z    Compiling lock_api v0.4.14
2026-06-15T15:08:53.7850885Z    Compiling untrusted v0.9.0
2026-06-15T15:08:53.8997264Z    Compiling heck v0.5.0
2026-06-15T15:08:53.9187175Z    Compiling rustls v0.23.40
2026-06-15T15:08:53.9317733Z    Compiling atomic-waker v1.1.2
2026-06-15T15:08:53.9920570Z    Compiling const-oid v0.10.2
2026-06-15T15:08:53.9990801Z    Compiling unicode-xid v0.2.6
2026-06-15T15:08:54.0235527Z    Compiling anyhow v1.0.102
2026-06-15T15:08:54.0356801Z    Compiling paste v1.0.15
2026-06-15T15:08:54.0790653Z    Compiling httparse v1.10.1
2026-06-15T15:08:54.0853500Z    Compiling convert_case v0.10.0
2026-06-15T15:08:54.0897317Z    Compiling parking_lot_core v0.9.12
2026-06-15T15:08:54.1120847Z    Compiling zerocopy v0.8.50
2026-06-15T15:08:54.1280610Z    Compiling num-traits v0.2.19
2026-06-15T15:08:54.2011120Z    Compiling jobserver v0.1.34
2026-06-15T15:08:54.2174262Z    Compiling hybrid-array v0.4.12
2026-06-15T15:08:54.2281181Z    Compiling curve25519-dalek v4.1.3
2026-06-15T15:08:54.2681789Z    Compiling crypto-common v0.1.7
2026-06-15T15:08:54.3210871Z    Compiling block-buffer v0.10.4
2026-06-15T15:08:54.3757318Z    Compiling ahash v0.8.12
2026-06-15T15:08:54.3887851Z    Compiling base64ct v1.8.3
2026-06-15T15:08:54.4066916Z    Compiling fastrand v2.4.1
2026-06-15T15:08:54.4939583Z    Compiling digest v0.10.7
2026-06-15T15:08:54.5080672Z    Compiling powerfmt v0.2.0
2026-06-15T15:08:54.5384732Z    Compiling cc v1.2.63
2026-06-15T15:08:54.5449462Z    Compiling http-body v1.0.1
2026-06-15T15:08:54.5524590Z    Compiling either v1.16.0
2026-06-15T15:08:54.6786289Z    Compiling deranged v0.5.8
2026-06-15T15:08:54.7181323Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T15:08:54.7491379Z    Compiling data-encoding v2.11.0
2026-06-15T15:08:54.7679309Z    Compiling tower-service v0.3.3
2026-06-15T15:08:54.8290887Z    Compiling num-conv v0.2.2
2026-06-15T15:08:54.8557434Z    Compiling base64 v0.22.1
2026-06-15T15:08:54.8620433Z    Compiling try-lock v0.2.5
2026-06-15T15:08:54.9120654Z    Compiling time-core v0.1.8
2026-06-15T15:08:54.9320563Z    Compiling tinyvec_macros v0.1.1
2026-06-15T15:08:54.9777433Z    Compiling pkg-config v0.3.33
2026-06-15T15:08:54.9850657Z    Compiling zmij v1.0.21
2026-06-15T15:08:55.0781080Z    Compiling mio v1.2.1
2026-06-15T15:08:55.0880450Z    Compiling socket2 v0.6.4
2026-06-15T15:08:55.0980713Z    Compiling getrandom v0.2.17
2026-06-15T15:08:55.2110849Z    Compiling vcpkg v0.2.15
2026-06-15T15:08:55.2770631Z    Compiling rand_core v0.6.4
2026-06-15T15:08:55.3060343Z    Compiling tinyvec v1.11.0
2026-06-15T15:08:55.3290681Z    Compiling rand v0.10.1
2026-06-15T15:08:55.3540517Z    Compiling want v0.3.1
2026-06-15T15:08:55.3881349Z    Compiling block-buffer v0.12.0
2026-06-15T15:08:55.4680349Z    Compiling crypto-common v0.2.2
2026-06-15T15:08:55.5100574Z    Compiling parking_lot v0.12.5
2026-06-15T15:08:55.6730924Z    Compiling sha2 v0.10.9
2026-06-15T15:08:55.7370732Z    Compiling inout v0.1.4
2026-06-15T15:08:55.7950558Z    Compiling vergen-lib v9.1.0
2026-06-15T15:08:55.8530785Z    Compiling cmake v0.1.58
2026-06-15T15:08:55.9050230Z    Compiling n0-future v0.3.2
2026-06-15T15:08:55.9140570Z    Compiling diatomic-waker v0.2.3
2026-06-15T15:08:55.9680563Z    Compiling spin v0.10.0
2026-06-15T15:08:56.0420886Z    Compiling crossbeam-utils v0.8.21
2026-06-15T15:08:56.0448881Z    Compiling cordyceps v0.3.4
2026-06-15T15:08:56.0591710Z    Compiling httpdate v1.0.3
2026-06-15T15:08:56.0693355Z    Compiling serde_json v1.0.150
2026-06-15T15:08:56.1420938Z    Compiling parking v2.2.1
2026-06-15T15:08:56.1510882Z    Compiling signature v2.2.0
2026-06-15T15:08:56.2362843Z    Compiling winnow v1.0.3
2026-06-15T15:08:56.2840965Z    Compiling ed25519 v2.2.3
2026-06-15T15:08:56.2880637Z    Compiling futures-lite v2.6.1
2026-06-15T15:08:56.3110521Z    Compiling digest v0.11.3
2026-06-15T15:08:56.3430650Z    Compiling cipher v0.4.4
2026-06-15T15:08:56.3500722Z    Compiling netlink-packet-core v0.8.1
2026-06-15T15:08:56.3975586Z    Compiling universal-hash v0.5.1
2026-06-15T15:08:56.4092086Z    Compiling vergen-lib v0.1.6
2026-06-15T15:08:56.4350614Z    Compiling vergen v9.1.0
2026-06-15T15:08:56.4800612Z    Compiling futures-buffered v0.2.13
2026-06-15T15:08:56.5031812Z    Compiling heapless v0.7.17
2026-06-15T15:08:56.5250841Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T15:08:56.5610425Z    Compiling noq-udp v0.10.0
2026-06-15T15:08:56.5800755Z    Compiling sync_wrapper v1.0.2
2026-06-15T15:08:56.5911094Z    Compiling allocator-api2 v0.2.21
2026-06-15T15:08:56.5970139Z    Compiling opaque-debug v0.3.1
2026-06-15T15:08:56.6513038Z    Compiling byteorder v1.5.0
2026-06-15T15:08:56.6649146Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T15:08:56.6755867Z    Compiling polyval v0.6.2
2026-06-15T15:08:56.7822347Z    Compiling aws-lc-sys v0.41.0
2026-06-15T15:08:56.7840809Z    Compiling ring v0.17.14
2026-06-15T15:08:56.8101273Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T15:08:56.8281111Z    Compiling hash32 v0.2.1
2026-06-15T15:08:56.9250331Z    Compiling spin v0.9.8
2026-06-15T15:08:56.9390451Z    Compiling vergen-gitcl v1.0.8
2026-06-15T15:08:56.9570428Z    Compiling tower-layer v0.3.3
2026-06-15T15:08:56.9730977Z    Compiling fallible-iterator v0.3.0
2026-06-15T15:08:57.0265419Z    Compiling ryu v1.0.23
2026-06-15T15:08:57.0685049Z    Compiling num_threads v0.1.7
2026-06-15T15:08:57.1109894Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T15:08:57.1412805Z    Compiling signature v3.0.0
2026-06-15T15:08:57.1670377Z    Compiling time v0.3.47
2026-06-15T15:08:57.2198117Z    Compiling ghash v0.5.1
2026-06-15T15:08:57.2467711Z    Compiling ctr v0.9.2
2026-06-15T15:08:57.2670639Z    Compiling aes v0.8.4
2026-06-15T15:08:57.2770561Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T15:08:57.2882414Z    Compiling http-body-util v0.1.3
2026-06-15T15:08:57.3166856Z    Compiling aead v0.5.2
2026-06-15T15:08:57.4117022Z    Compiling openssl-probe v0.2.1
2026-06-15T15:08:57.4133713Z    Compiling blake3 v1.8.5
2026-06-15T15:08:57.4537167Z    Compiling netlink-packet-route v0.29.0
2026-06-15T15:08:57.5998466Z    Compiling crossbeam-channel v0.5.15
2026-06-15T15:08:57.6518333Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T15:08:57.7060445Z    Compiling uuid v1.23.2
2026-06-15T15:08:57.8080377Z    Compiling memoffset v0.6.5
2026-06-15T15:08:57.8522821Z    Compiling aes-gcm v0.10.3
2026-06-15T15:08:57.9858399Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T15:08:58.0650712Z    Compiling acto v0.8.2
2026-06-15T15:08:58.0880326Z    Compiling noq v0.18.0
2026-06-15T15:08:58.1473693Z    Compiling netwatch v0.16.0
2026-06-15T15:08:58.1479143Z    Compiling lru-slab v0.1.2
2026-06-15T15:08:58.2526689Z    Compiling tagptr v0.2.0
2026-06-15T15:08:58.2707643Z    Compiling mac-addr v0.3.0
2026-06-15T15:08:58.2940864Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T15:08:58.3083100Z    Compiling rustc-hash v2.1.2
2026-06-15T15:08:58.3598839Z    Compiling xml-rs v0.8.28
2026-06-15T15:08:58.3864560Z    Compiling thiserror v1.0.69
2026-06-15T15:08:58.4080626Z    Compiling foldhash v0.2.0
2026-06-15T15:08:58.4200716Z    Compiling ref-cast v1.0.25
2026-06-15T15:08:58.4605103Z    Compiling rustix v1.1.4
2026-06-15T15:08:58.4666976Z    Compiling identity-hash v0.1.0
2026-06-15T15:08:58.5697308Z    Compiling hashbrown v0.16.1
2026-06-15T15:08:58.6002105Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T15:08:58.7487366Z    Compiling netlink-packet-route v0.30.0
2026-06-15T15:08:58.7967068Z    Compiling synstructure v0.13.2
2026-06-15T15:08:58.8250652Z    Compiling darling_core v0.20.11
2026-06-15T15:08:59.0110067Z    Compiling serde_derive_internals v0.29.1
2026-06-15T15:08:59.3037793Z    Compiling xmltree v0.10.3
2026-06-15T15:08:59.4371558Z    Compiling serial-core v0.4.0
2026-06-15T15:08:59.4518168Z    Compiling ioctl-rs v0.1.6
2026-06-15T15:08:59.5128627Z    Compiling proc-macro-crate v3.5.0
2026-06-15T15:08:59.5419353Z    Compiling termios v0.2.2
2026-06-15T15:08:59.5861260Z    Compiling errno v0.3.14
2026-06-15T15:08:59.6006507Z    Compiling aho-corasick v1.1.4
2026-06-15T15:08:59.6501162Z    Compiling simple-dns v0.9.3
2026-06-15T15:08:59.6730719Z    Compiling linux-raw-sys v0.12.1
2026-06-15T15:08:59.7048213Z    Compiling sha1_smol v1.0.1
2026-06-15T15:08:59.7832614Z    Compiling arrayvec v0.7.6
2026-06-15T15:08:59.9560894Z    Compiling regex-syntax v0.8.10
2026-06-15T15:08:59.9887179Z    Compiling smol_str v0.1.24
2026-06-15T15:09:00.0790811Z    Compiling arrayref v0.3.9
2026-06-15T15:09:00.0901084Z    Compiling constant_time_eq v0.4.2
2026-06-15T15:09:00.1080772Z    Compiling winnow v0.7.15
2026-06-15T15:09:00.1220650Z    Compiling resolv-conf v0.7.6
2026-06-15T15:09:00.1280877Z    Compiling signal-hook v0.3.18
2026-06-15T15:09:00.1462676Z    Compiling toml_write v0.1.2
2026-06-15T15:09:00.2127244Z    Compiling simdutf8 v0.1.5
2026-06-15T15:09:00.3872600Z    Compiling signal-hook-registry v1.4.8
2026-06-15T15:09:00.5576947Z    Compiling serial-unix v0.4.0
2026-06-15T15:09:00.6526279Z    Compiling lru v0.16.4
2026-06-15T15:09:00.7120992Z    Compiling serde_derive v1.0.228
2026-06-15T15:09:00.7501309Z    Compiling zeroize_derive v1.4.3
2026-06-15T15:09:00.7695313Z    Compiling tokio-macros v2.7.0
2026-06-15T15:09:00.8211979Z    Compiling zerofrom-derive v0.1.7
2026-06-15T15:09:00.9702433Z    Compiling futures-macro v0.3.32
2026-06-15T15:09:01.3618025Z    Compiling zeroize v1.8.2
2026-06-15T15:09:01.5400930Z    Compiling yoke-derive v0.8.2
2026-06-15T15:09:01.5410213Z    Compiling tokio v1.52.3
2026-06-15T15:09:02.0240837Z    Compiling futures-util v0.3.32
2026-06-15T15:09:02.2390361Z    Compiling zerovec-derive v0.11.3
2026-06-15T15:09:02.2628813Z    Compiling zerofrom v0.1.8
2026-06-15T15:09:02.2760477Z    Compiling displaydoc v0.2.6
2026-06-15T15:09:02.3840766Z    Compiling tracing-attributes v0.1.31
2026-06-15T15:09:02.4060732Z    Compiling rustls-pki-types v1.14.1
2026-06-15T15:09:02.7495281Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T15:09:02.8860831Z    Compiling yoke v0.8.3
2026-06-15T15:09:03.1010510Z    Compiling thiserror-impl v2.0.18
2026-06-15T15:09:03.1945151Z    Compiling zerotrie v0.2.4
2026-06-15T15:09:03.4211083Z    Compiling darling_macro v0.20.11
2026-06-15T15:09:03.4510858Z    Compiling derive_more-impl v2.1.1
2026-06-15T15:09:03.5757066Z    Compiling spez v0.1.2
2026-06-15T15:09:03.7331239Z    Compiling zerovec v0.11.6
2026-06-15T15:09:03.7720389Z    Compiling darling v0.20.11
2026-06-15T15:09:03.8472247Z    Compiling derive_builder_core v0.20.2
2026-06-15T15:09:03.8610453Z    Compiling n0-error-macros v0.1.3
2026-06-15T15:09:03.9800636Z    Compiling der v0.8.0-rc.10
2026-06-15T15:09:04.3640410Z    Compiling pin-project-internal v1.1.13
2026-06-15T15:09:04.4964912Z    Compiling tinystr v0.8.3
2026-06-15T15:09:04.6910146Z    Compiling icu_locale_core v2.2.0
2026-06-15T15:09:04.8851101Z    Compiling potential_utf v0.1.5
2026-06-15T15:09:04.9715163Z    Compiling n0-error v0.1.3
2026-06-15T15:09:05.0661290Z    Compiling icu_collections v2.2.0
2026-06-15T15:09:05.3098735Z    Compiling derive_builder_macro v0.20.2
2026-06-15T15:09:05.3220616Z    Compiling ed25519-dalek v2.2.0
2026-06-15T15:09:05.6290629Z    Compiling derive_builder v0.20.2
2026-06-15T15:09:05.7346900Z    Compiling spki v0.8.0-rc.4
2026-06-15T15:09:05.8043861Z    Compiling futures-executor v0.3.32
2026-06-15T15:09:05.8390700Z    Compiling pin-project v1.1.13
2026-06-15T15:09:05.8990667Z    Compiling icu_provider v2.2.0
2026-06-15T15:09:05.9480543Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T15:09:06.0097738Z    Compiling futures v0.3.32
2026-06-15T15:09:06.0701089Z    Compiling spt-proto v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-15T15:09:06.0959107Z    Compiling cobs v0.3.0
2026-06-15T15:09:06.1060072Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T15:09:06.1711677Z    Compiling postcard-derive v0.2.2
2026-06-15T15:09:06.2899448Z    Compiling icu_properties v2.2.0
2026-06-15T15:09:06.2987291Z    Compiling icu_normalizer v2.2.0
2026-06-15T15:09:06.3480804Z    Compiling ipnet v2.12.0
2026-06-15T15:09:06.6050633Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T15:09:06.7724938Z    Compiling prefix-trie v0.8.4
2026-06-15T15:09:06.8631622Z    Compiling data-encoding-macro v0.1.20
2026-06-15T15:09:06.9270617Z    Compiling rustls-native-certs v0.8.4
2026-06-15T15:09:07.0873582Z    Compiling once_cell v1.21.4
2026-06-15T15:09:07.0942278Z    Compiling strum_macros v0.28.0
2026-06-15T15:09:07.1480598Z    Compiling async-trait v0.1.89
2026-06-15T15:09:07.1650544Z    Compiling enum-assoc v1.3.0
2026-06-15T15:09:07.2800822Z    Compiling postcard v1.1.3
2026-06-15T15:09:07.3646651Z    Compiling tracing-core v0.1.36
2026-06-15T15:09:07.3758708Z    Compiling tokio-util v0.7.18
2026-06-15T15:09:07.6640567Z    Compiling netlink-sys v0.8.8
2026-06-15T15:09:07.7890380Z    Compiling tower v0.5.3
2026-06-15T15:09:07.8140857Z    Compiling idna_adapter v1.2.2
2026-06-15T15:09:07.8712808Z    Compiling tracing v0.1.44
2026-06-15T15:09:07.9086443Z    Compiling hashbrown v0.14.5
2026-06-15T15:09:07.9458402Z    Compiling idna v1.1.0
2026-06-15T15:09:08.0220756Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T15:09:08.0688720Z    Compiling derive_more v2.1.1
2026-06-15T15:09:08.2543186Z    Compiling num_enum_derive v0.7.6
2026-06-15T15:09:08.2790931Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T15:09:08.2841090Z    Compiling netdev v0.42.0
2026-06-15T15:09:08.3030964Z    Compiling h2 v0.4.14
2026-06-15T15:09:08.4261016Z    Compiling url v2.5.8
2026-06-15T15:09:08.5002808Z    Compiling n0-watcher v0.6.1
2026-06-15T15:09:08.5006367Z    Compiling tokio-stream v0.1.18
2026-06-15T15:09:08.6040464Z    Compiling netlink-proto v0.12.0
2026-06-15T15:09:08.7486891Z    Compiling iroh-metrics v0.38.3
2026-06-15T15:09:08.7640808Z    Compiling moka v0.12.15
2026-06-15T15:09:08.8280871Z    Compiling hashlink v0.9.1
2026-06-15T15:09:08.8292810Z    Compiling iroh-relay v0.98.0
2026-06-15T15:09:08.9200668Z    Compiling serde_spanned v0.6.9
2026-06-15T15:09:08.9400987Z    Compiling toml_datetime v0.6.11
2026-06-15T15:09:09.1120818Z    Compiling thiserror-impl v1.0.69
2026-06-15T15:09:09.1451107Z    Compiling ref-cast-impl v1.0.25
2026-06-15T15:09:09.1860793Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T15:09:09.1985619Z    Compiling iroh-base v0.98.0
2026-06-15T15:09:09.2261559Z    Compiling rusqlite v0.32.1
2026-06-15T15:09:09.2360336Z    Compiling tower-http v0.6.11
2026-06-15T15:09:09.2640843Z    Compiling attohttpc v0.30.1
2026-06-15T15:09:09.4717325Z    Compiling num_enum v0.7.6
2026-06-15T15:09:09.6140847Z    Compiling toml_edit v0.22.27
2026-06-15T15:09:09.8830548Z    Compiling webpki-roots v1.0.7
2026-06-15T15:09:09.9427990Z    Compiling regex-automata v0.4.14
2026-06-15T15:09:09.9650762Z    Compiling schemars_derive v1.2.1
2026-06-15T15:09:09.9925868Z    Compiling strum v0.28.0
2026-06-15T15:09:10.0761040Z    Compiling iroh-dns v0.98.0
2026-06-15T15:09:10.0850839Z    Compiling darling_core v0.23.0
2026-06-15T15:09:10.0960520Z    Compiling serde_bytes v0.11.19
2026-06-15T15:09:10.1399243Z    Compiling seize v0.5.1
2026-06-15T15:09:10.4229525Z    Compiling hmac v0.12.1
2026-06-15T15:09:10.5540989Z    Compiling spt-store v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-15T15:09:10.5674024Z    Compiling iroh v0.98.2
2026-06-15T15:09:10.5677982Z    Compiling utf8parse v0.2.2
2026-06-15T15:09:10.6610408Z    Compiling dyn-clone v1.0.20
2026-06-15T15:09:10.6650559Z    Compiling pin-utils v0.1.0
2026-06-15T15:09:10.7530676Z    Compiling cmov v0.5.4
2026-06-15T15:09:10.8142681Z    Compiling bitflags v1.3.2
2026-06-15T15:09:10.8519631Z    Compiling rustix v0.38.44
2026-06-15T15:09:10.8880464Z    Compiling nix v0.25.1
2026-06-15T15:09:10.9060531Z    Compiling filedescriptor v0.8.3
2026-06-15T15:09:11.0040946Z    Compiling ctutils v0.4.2
2026-06-15T15:09:11.1503764Z    Compiling anstyle-parse v1.0.0
2026-06-15T15:09:11.1760512Z    Compiling hkdf v0.12.4
2026-06-15T15:09:11.2260759Z    Compiling papaya v0.2.4
2026-06-15T15:09:11.2510911Z    Compiling backon v1.6.0
2026-06-15T15:09:11.2579871Z    Compiling serial v0.4.0
2026-06-15T15:09:11.3370457Z    Compiling downcast-rs v1.2.1
2026-06-15T15:09:11.3735205Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T15:09:11.4060634Z    Compiling foldhash v0.1.5
2026-06-15T15:09:11.4410627Z    Compiling linux-raw-sys v0.4.15
2026-06-15T15:09:11.5410354Z    Compiling shell-words v1.1.1
2026-06-15T15:09:11.5770784Z    Compiling colorchoice v1.0.5
2026-06-15T15:09:11.5845038Z    Compiling anstyle v1.0.14
2026-06-15T15:09:11.6590737Z    Compiling anstyle-query v1.1.5
2026-06-15T15:09:11.7053218Z    Compiling instability v0.3.12
2026-06-15T15:09:11.7181395Z    Compiling signal-hook-mio v0.2.5
2026-06-15T15:09:11.7670614Z    Compiling hashbrown v0.15.5
2026-06-15T15:09:11.7835858Z    Compiling spake2 v0.4.0
2026-06-15T15:09:11.8296024Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T15:09:11.8752306Z    Compiling anstream v1.0.0
2026-06-15T15:09:11.8970973Z    Compiling terminal_size v0.4.4
2026-06-15T15:09:12.0831159Z    Compiling strum_macros v0.26.4
2026-06-15T15:09:12.1330609Z    Compiling schemars v1.2.1
2026-06-15T15:09:12.1688072Z    Compiling toml v0.8.23
2026-06-15T15:09:12.3936377Z    Compiling itertools v0.13.0
2026-06-15T15:09:12.6411115Z    Compiling sha1 v0.10.6
2026-06-15T15:09:12.9520593Z    Compiling regex v1.12.3
2026-06-15T15:09:13.1263777Z    Compiling castaway v0.2.4
2026-06-15T15:09:13.2023259Z    Compiling unicode-width v0.1.14
2026-06-15T15:09:13.2163538Z    Compiling static_assertions v1.1.0
2026-06-15T15:09:13.3171236Z    Compiling spt-msg v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-15T15:09:13.4998004Z    Compiling clap_lex v1.1.0
2026-06-15T15:09:13.5950501Z    Compiling doctest-file v1.1.1
2026-06-15T15:09:13.7690691Z    Compiling hyper v1.10.1
2026-06-15T15:09:13.8140852Z    Compiling darling_macro v0.23.0
2026-06-15T15:09:14.0742233Z    Compiling spt-runtime v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-15T15:09:14.1518436Z    Compiling darling v0.23.0
2026-06-15T15:09:14.2020711Z    Compiling indoc v2.0.7
2026-06-15T15:09:14.2387246Z    Compiling interprocess v2.4.2
2026-06-15T15:09:14.4900948Z    Compiling unicode-truncate v1.1.0
2026-06-15T15:09:14.5397033Z    Compiling clap_builder v4.6.0
2026-06-15T15:09:14.6139111Z    Compiling compact_str v0.8.2
2026-06-15T15:09:14.6560392Z    Compiling crossterm v0.28.1
2026-06-15T15:09:14.7090634Z    Compiling strum v0.26.3
2026-06-15T15:09:14.7401340Z    Compiling lru v0.12.5
2026-06-15T15:09:14.8281273Z    Compiling portable-pty v0.8.1
2026-06-15T15:09:14.9150728Z    Compiling clap_derive v4.6.1
2026-06-15T15:09:15.1980639Z    Compiling iana-time-zone v0.1.65
2026-06-15T15:09:15.3101187Z    Compiling spt-term v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-15T15:09:15.4040651Z    Compiling cassowary v0.3.0
2026-06-15T15:09:15.5611413Z    Compiling unicode-width v0.2.0
2026-06-15T15:09:15.5848382Z    Compiling chrono v0.4.45
2026-06-15T15:09:15.8591423Z    Compiling hyper-util v0.1.20
2026-06-15T15:09:15.8830920Z    Compiling ratatui v0.29.0
2026-06-15T15:09:16.0409782Z    Compiling nucleo-matcher v0.3.1
2026-06-15T15:09:16.1450478Z    Compiling qrcode v0.14.1
2026-06-15T15:09:16.2170880Z    Compiling tempfile v3.27.0
2026-06-15T15:09:16.8990224Z    Compiling spt-live v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-15T15:09:17.2278101Z    Compiling clap v4.6.1
2026-06-15T15:09:17.8920561Z    Compiling igd-next v0.17.1
2026-06-15T15:09:19.0048924Z    Compiling portmapper v0.16.0
2026-06-15T15:09:24.3309111Z    Compiling rustls-webpki v0.103.13
2026-06-15T15:09:26.6831412Z    Compiling tokio-rustls v0.26.4
2026-06-15T15:09:26.6834093Z    Compiling noq-proto v0.17.0
2026-06-15T15:09:26.6834422Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T15:09:26.8191199Z    Compiling hyper-rustls v0.27.9
2026-06-15T15:09:26.8191875Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T15:09:26.8192501Z    Compiling tokio-websockets v0.13.2
2026-06-15T15:09:26.9424318Z    Compiling reqwest v0.13.4
2026-06-15T15:09:27.8144826Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T15:09:41.7992188Z    Compiling spt-net v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-15T15:09:43.1488920Z    Compiling spt-daemon v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-15T15:09:49.4711254Z    Compiling spt v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-15T15:09:52.8249921Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-15T15:09:52.8479575Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-69b4a953728c79d3)
2026-06-15T15:09:52.8493259Z 
2026-06-15T15:09:52.8493507Z running 1 test
2026-06-15T15:09:59.0318616Z test new_brain_serves_against_old_broker ... ok
2026-06-15T15:09:59.0318925Z 
2026-06-15T15:09:59.0319427Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.18s
2026-06-15T15:09:59.0319823Z 
